.introduceBanner{
  width: 100%;
  height: 300px;
  margin-top: 10px;
  background: url(../img/introduce/banner.png) no-repeat center;
}
.introduceBanner:before {
    content: 'ABOUT AEROHUNTER ELECTRONIC';
    color: white;
    font-size: 40px;
    width: 1130px;
    display: block;
    text-align: center;
    line-height: 216px;
    position: absolute;
}
.introduceBanner:after {
    content: '了解猎航';
    color: white;
    font-size: 40px;
    width: 1130px;
    display: block;
    text-align: center;
    line-height: 378px;
    position: absolute;
}

.companyIntroduction{
  height: 50px;
  width: 100%;
  background-color: #fff;
  position: relative;
  margin-top: 10px;
}
.companyIntroduction .lineLeft{
  height: 2px;
  width: 100px;
  left: 385px;
  top: 25px;
  background-color: #1c4fa2;
  display: inline-block;
  position: absolute;
}
.companyIntroduction span{
  font-size: 24px;
  color: #1c4fa2;
  line-height: 50px;
  display: inline-block;
  position: absolute;
  left: 544px;
}
.companyIntroduction .lineRight{
  position: absolute;
  height: 2px;
  width: 100px;
  background-color: #1c4fa2;
  top: 25px;
  right: 385px;
  display: inline-block;
}
.survey{
  height: 332px;
  width: 100%;
  margin-top: 10px;
  background: url(../img/introduce/survey.png) no-repeat center;
}
.survey:before {
    content: '公司概况';
    color: white;
    font-size: 40px;
    width: 1180px;
    display: block;
    text-align: center;
    line-height: 216px;
    position: absolute;
}
.survey:after {
    content: '致力于无人机、雷达、通信辐射源定位与跟踪、识别、测量、模拟等领域，是集研究、集成、开发与测试一体的高新技术民营企业。';
    color: white;
    font-size: 26px;
    width: calc(1180px - 400px);
    display: block;
    text-align: center;
    position: absolute;
    height: 330px;
    margin-left: 200px;
    margin-top: 150px;
}


.companyProfile{
  height: 750px;
  width: 100%;
  background-color: #ffffff;
}
.companyProfile .details{
  padding:0px 160px 0px 156px;
  height: 750px;
  max-width: 1180px;
  color: #1c4fa2;
}

.companyProfile .details p:first-child,
{
  color: #1c4fa2;
  text-align: center;
  font-size: 36px;
  display: block;
  padding: 50px 0px 0px 0px ;
  margin: 0;
}

/*
.companyProfile .details p:nth-child(2),
{
  font-size: 18px;
  font-weight: 700;
  color: #1c4fa2;
  text-align: left;
  margin-bottom: 10px;
  line-height: 44px;
}
.companyProfile .details p.lastP{
  font-size: 18px;
  font-weight: 700;
  color: #1c4fa2;
  text-align: left;
  margin-bottom: 10px;
  line-height: 44px;
  margin: 0;
}
*/

.companyProfile .details .detailsImg{
  margin-top: 28px;
  height: 110px;
  width: 100%;
  float: left;
}
.companyProfile .details .detailsImg img{
  float: left;
  margin-right: 48px;
}
.companyProfile .details .detailsImg img:last-child{
  margin: 0;
}




